home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / match_up.swf / scripts / DefineButton2_91 / BUTTONCONDACTION on(release).as
Text File  |  2012-04-23  |  165b  |  12 lines

  1. on(release){
  2.    zuege_txt = "0";
  3.    karten_txt = "16";
  4.    timedif = "0";
  5.    play();
  6.    tellTarget("/timer")
  7.    {
  8.       play();
  9.    }
  10.    gotoAndPlay(33);
  11. }
  12.